{r, include = FALSE} knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of biolutoxR is to facilitate the data analysis of the toxicity test based on bacterial bioluminescence inhibition.
You can install the biolutoxR package like so:
{r install, echo=TRUE, results='hide', message=FALSE, warning=FALSE} # install.packages("pak") pak::pkg_install("bbellier/biolutoxR_package")
You can loading the biolutoxR package like so:
{r loading} library(biolutoxR)
An example with preloaded data is available by running the function
“example.biolutoxR()”:
{r example} # example.biolutoxR()
To enter your own data, you can use the “run.biolutoxR()” function:
{r run} # run.biolutoxR()
Please cite this package as:
In prep.
Also, to cite the use of this package, you can use the
“citation.biolutoxR()” function:
{r citation} citation.biolutoxR()